/* Original code (c) Acorn Computers Ltd, 1992-3 */

/* $Id: h.cstart 3.1 93/03/09 23:30:09 brian Exp $ */
#ifndef __CSTART_H
#define __CSTART_H

extern int taskhandle;
extern int taskstack;
extern int filertask( char *cmdtail );

#endif
